@charset "utf-8";


body{ 
	margin:0px auto; 
	padding:0px;  
	overflow-x: hidden;
	font-family:'Microsoft YaHei';
	}

.w1002{ 
	width:1002px; 
	margin:0px auto;
	}
	
.w1200{ 
	width:1200px; 
	margin:0px auto;
	}
	
.warpper{
	width:1200px; 
	margin:0px auto;
	}

ul{
	list-style-type:none;
	}
	
li{ 
	list-style:none;
	}

a{
	transition:all 0.3s linear 0s;
	text-decoration:none;
	cursor:pointer;
	border:none;
	}
	
img{
	border:none;
	}	
	
.left{
    float: left;
    width: 260px;
	}

.right{
    width: 915px;
    float: right;
	}

.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}

/*********** ALL *************/




.dH{
  overflow: hidden;
}
.inp_pla{
  color:#999 !important;
}
.rig-title-over{
  float: left;
  line-height: 60px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*input placeholder 样式 */

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #bbb;
}

/* 无内容 */
.no-goods,.no-network{
  padding-top:100px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}

/* 更改layer样式 */
.layui-layer-btn{
  text-align: center !important;
  padding-bottom:28px !important;
}
.layui-layer-btn .layui-layer-btn0{
  display: block;
  margin:0 auto !important;
  border-radius: 0 !important;
  width:88px !important;
  text-align: center !important;
  height: 34px !important;
  line-height: 34px !important;
  border-color: #237ed2 !important;
  background-color: #237ed2 !important;
}
.layui-layer-btn .layui-layer-btn0:hover{
  background: #348eed !important;
  border-color: #348eed !important;
}

.iframe-video{
  width:100%;
  height: 470px;
  overflow: hidden;
  margin-bottom:30px;
}
.iframe-video .video-preview{
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  font-size:0;
  text-align: center;
  cursor: pointer;
}
.iframe-video .video-preview::after{
  position: absolute;
  content: '';
  left: 0;
  top:0;
  right: 0;
  bottom:0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.iframe-video .video-preview::before{
  position: absolute;
  content: '';
  left: 0;
  top:0;
  right: 0;
  bottom:0;
  background: url(../images/media-icon.png) no-repeat center;
  z-index: 2;
}
.iframe-video .video-preview img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.iframe-video iframe{
  display: block;
  width:100%;
  height: 100%;
}